home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960209-19960425 / 000307_news@columbia.edu _Tue Apr 2 09:19:44 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id JAA10054 for <kermit.misc@watsun>; Tue, 2 Apr 1996 09:19:43 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id JAA19930 for kermit.misc@watsun; Tue, 2 Apr 1996 09:19:36 -0500 (EST)
  4. Path: news.columbia.edu!panix!cmcl2!oitnews.harvard.edu!das-news2.harvard.edu!cantaloupe.srv.cs.cmu.edu!bb3.andrew.cmu.edu!newsfeed.pitt.edu!gatech!swrinde!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  5. From: jrd@cc.usu.edu (Joe Doupnik)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: 25th line in kermit 3.14
  8. Message-ID: <1996Apr1.182341.77428@cc.usu.edu>
  9. Date: 1 Apr 96 18:23:41 MDT
  10. References: <4j96cd$klk@news.knoware.nl>
  11. Organization: Utah State University
  12. Lines: 29
  13.  
  14. In article <4j96cd$klk@news.knoware.nl>, Bernard van den Berg <solhouse@knoware.nl> writes:
  15. > I am using DOS kermit 3.14 with the option 'set mode-line off'.
  16. > So I should be able to use the statusline as 25th line  (like I was used 
  17. > to in 3.11).
  18. > Unfortunately it seems to be that 3.14 is using is 25th line in a 
  19. > different way than 3.11 did. 
  20. > The application on UNIX (Concorde XAL) uses the 25th line as helpline.
  21. > Every character that already was there is not shown again.
  22. > Ea. :
  23. > 1st helpline send: The customer's Name
  24. > Result on screen : The customer's Name
  25. > 2nd helpline send: The customer's Address
  26. > Result on screen :                Address
  27. > I think the UNIX application uses a optimisation algorithm, so it only 
  28. > sends the changed characters. But I don't see reason for kermit to clear 
  29. > its whole 25th line every time there are only a few character sent to it.
  30. > Is there a parameter so set to suppress the clearing ?
  31. > Did I something wrong ?
  32. > Please help....
  33. -------------
  34.     The finer points of how DIGITAL treates the status (25th) line
  35. were revealed some time ago and incorporated into MS-DOS Kermit after 3.11
  36. That says clearing is to be done, alas. Generally speaking, I would not
  37. write apps which depend on such a line because it's poorly documented from
  38. DIGITAL and as you can see intepretation in implementations differ.
  39.     Joe D.